home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 8 / Mac Magazin and MacEasy Magazine CD - Issue 08.iso / Sharewarebibliothek / Updater⁄Infos / Frontier 2.0 => 2.0.1 Upgrader / Install Files / DocServer Docs / file.volumeFromPath < prev    next >
Text File  |  1993-02-25  |  649b  |  16 lines

  1.  
  2. Verb    file.volumeFromPath
  3. Syntax    file.volumeFromPath (path)
  4. Parameters    path is a legal path name of a folder or file whose volume name you wish to isolate.
  5. Action    Extracts the name of the volume on which the item specified by path exists.
  6. Returns    The path of the volume.
  7. Examples    file.volumeFromPath ("System:")
  8.     » System:
  9. file.volumeFromPath ("System:System Folder:")
  10.     » System:
  11. file.volumeFromPath ("Work Disk:Documents:Non-Disclosure")
  12.     » Work Disk:
  13. Notes    file.volumeFromPath interprets the characters to the left of the first colon as the volume name. There is no guarantee that the volume exists.
  14. See Also    file.fileFromPath
  15. file.folderFromPath
  16.